ci: Rename the "style-check" phase to "analysis"
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 25 Feb 2020 17:15:00 +0000 (17:15 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 25 Feb 2020 17:15:00 +0000 (17:15 +0000)
We want to re-use it for other jobs.

.gitlab-ci.yml

index 1e066f15c3ffec6519e59dd13e9ed632798a6f45..83d2db9a055456be57b1e7364b78e02b455d49b0 100644 (file)
@@ -1,5 +1,5 @@
 stages:
-  - style-check
+  - analysis
   - build
   - docs
   - flatpak
@@ -28,7 +28,7 @@ variables:
 style-check-diff:
   extends: .only-default
   image: registry.gitlab.gnome.org/gnome/gtk/fedora:v13
-  stage: style-check
+  stage: analysis
   allow_failure: true
   script:
     - .gitlab-ci/run-style-check-diff.sh